home *** CD-ROM | disk | FTP | other *** search
/ Ice Princess Press Kit / Ice Princess Press Kit.iso / pc / program.dxr / Internal_6_RunOffsetStageHandler.ls < prev    next >
Encoding:
Text File  |  2005-03-02  |  104 b   |  8 lines

  1. on exitFrame me
  2.   if the runMode = "projector" then
  3.     OffsetStage()
  4.   else
  5.     nothing()
  6.   end if
  7. end
  8.